home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / tex / macros / source / contrib / rotating / makefile < prev    next >
Makefile  |  1995-03-09  |  125b  |  8 lines

  1. all:
  2.     tex rotating.ins
  3.     latex rotating.dtx
  4.  
  5. clean:
  6.     -rm *.dvi *.aux *.log *.tmp  *.toc *.lof *.lot *.idx     
  7.     -rm rotating.sty
  8.